home *** CD-ROM | disk | FTP | other *** search
/ The Big Day - Work Smarter - Learn How / The Big Day - Work Smarter - Learn How (Microsoft).BIN / Win2000 / chkupgrd.exe / RCDATA / CABINET / winntupg$ms$modemshr$netsrdr.inf < prev    next >
INI File  |  1998-07-01  |  3KB  |  115 lines

  1. ;
  2. ; Client for modem sharing - NT5.
  3. ;
  4. ; Copyright (c) 1993-1998, Microsoft Corporation
  5.  
  6. [version]
  7. signature="$Windows NT$"
  8.  
  9. ; Net client ID
  10. ClassGUID={4D36E974-E325-11CE-BFC1-08002BE10318}
  11.  
  12. Provider=%Msft%
  13. LayoutFile=layout.inf
  14.  
  15.  
  16. [Manufacturer]
  17. %Msft%=MSFT
  18.  
  19. [MSFT]
  20. %MdmShrCli_Desc%    =  MdmShrCli.ndi,    MS_SERRDR
  21. ;
  22. ; Install Sections
  23. ;
  24.  
  25. [MdmShrCli.ndi]
  26. AddReg              = MdmShrCli.ndi.AddReg
  27. Characteristics     = 0x0020                        ; NCF_REMOVABLE
  28. ;CopyFiles           = MdmShrCli_CopyFiles, SerRdr_CopyFiles
  29.  
  30. [MdmShrCli.Install]
  31. OptionDesc          = %MdmShrCli_Desc%
  32.  
  33. [MdmShrCli.ndi.Remove]
  34. OptionDesc          = %MdmShrCli_Desc%
  35. ;DelFiles            = MdmShrCli_CopyFiles, SerRdr_CopyFiles
  36.  
  37. ;
  38. ; Copy File Sections
  39. ;
  40.  
  41. [MdmShrCli_CopyFiles]
  42. netmodem.exe
  43. serrdr.dll
  44.  
  45. [SerRdr_CopyFiles]
  46. serrdr.sys
  47.  
  48. [DestinationDirs]
  49. MdmShrCli_CopyFiles = 11
  50. SerRdr_CopyFiles    = 12
  51.  
  52.  
  53. ;
  54. ; Services Sections
  55. ;
  56.  
  57. [MdmShrCli.ndi.Services]
  58. AddService = SerRdr,,           SerRdr_Service_Inst
  59. ;
  60. ; Remove stuff
  61. ;
  62.  
  63. [MdmShrCli.ndi.Remove.Services]
  64. DelService = SerRdr
  65.  
  66. ;
  67. ; Service Install Sections
  68. ;
  69.  
  70. [SerRdr_Service_Inst]
  71. DisplayName     =   %SerRdr_Desc%
  72. ServiceType     =   2                           ;SERVICE_FILE_SYSTEM_DRIVER
  73. StartType       =   2                           ;SERVICE_AUTO_START
  74. ;StartType       =   3                           ;SERVICE_DEMAND_START
  75. ErrorControl    =   1                           ;SERVICE_ERROR_NORMAL
  76. ServiceBinary   =   %12%\serrdr.sys
  77. LoadOrderGroup  =   Network
  78. AddReg          =   MdmShrCli.Srv.AddReg
  79.  
  80. ;
  81. ; Add Registry section
  82. ;
  83.  
  84. [MdmShrCli.ndi.AddReg]
  85. ;
  86. ; Basic install registry keys
  87. ;
  88. HKR,"Ndi",                  "Service",,         "SerRdr"
  89. HKR,"Ndi",                  "HelpText",,        "%MdmShrCli_Help%"
  90. HKR,"Ndi\Install",          ,,                  "MdmShrCli.Install"
  91. HKR,"Ndi\Remove",           ,,                  "MdmShrCli.Remove"
  92. HKR,"Ndi\Interfaces",       "UpperRange",,      "winnet5"
  93. HKR,"Ndi\Interfaces",       "LowerRange",,      "netbios,ipx"
  94.  
  95.  
  96. [MdmShrCli.Srv.AddReg]
  97. HKR,,                       "TextModeFlags",    %REG_DWORD%,        1
  98. HKR, "Parameters",          "BreakOnEntry",     %REG_DWORD%,        0
  99. HKR, "Parameters",          "DebugLevel",       %REG_DWORD%,        15
  100. HKR, "Parameters",          "MemDebugLevel",    %REG_DWORD%,        4294770687
  101. HKR, "Parameters",          "NetTimeout",       %REG_DWORD%,        20000
  102. ;HKR, "Parameters",          "Ports",            %FLG_ADDREG_KEYONLY%
  103. HKR, "Parameters\Ports",    ,
  104.  
  105.  
  106. [Strings]
  107. Msft = "Microsoft"
  108. MdmShrCli_Desc  = "Modem Sharing Client"
  109. MdmShrCli_Help  = "Allows to connect to a modem sharing server."
  110. SerRdr_Desc     = "SerRdr"
  111.  
  112.  
  113. FLG_ADDREG_KEYONLY  = 0x0010
  114. REG_DWORD           = 0x00010001
  115.